home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-30 | 1.5 KB | 59 lines | [TEXT/ttxt] |
- This file is part of the FKEY "Multi Find-Replace".
-
- It's resource fork contains the definition of the text to find and replace with. Use ResEdit to customize it.
-
- Clipboard type: TEXT
-
- Caps lock Up: Macintosh -> MS Dos
- Caps lock Down: MS Dos -> Macintosh
-
-
- Most of the extend ASCII are also converted (e.g. é, á, etc.); see below for details.
-
-
- 1 beep: user error: The clipboard does not contain pure text.
- 3 beeps: system error (e.g. STR# not found, not enough memory, etc.)
-
-
- For more info, refer to the Readme file.
-
- Gaspard Gendreau, 1992
-
-
- •••••••••••••••••••••••••••••••••••••
-
- Details of the conversions (use Font Geneva or Helvetica to see all char)
-
- •• EXTENDED CHAR SUPPORTED FROM MACINTOSH TO DOS ••
- These Mac characters:
-
- áàâäåçéèêëíìîïòôöùûü¢£•ÆØ∞±≤≥¥µ∂∑∏πªºΩæø¿¡¬√≈«»÷ÿ
-
- become after conversion:
-
- †ÖÉÑÜáÇäàâ°çåãïìîóñÅõú˘íËÏÒÛÚùÊΉ‚„¶ßÍëÈ®≠™˚˜ÆØˆò
-
- Why? For example, 'á' is ASCII(135) on the Mac and ASCII(160) on Dos. If you read ASCII(160) on the Mac, you will see a '†'.
-
-
- •• EXTENDED CHAR SUPPORTED FROM DOS TO MACINTOSH ••
- These DOS characters:
-
- ÄÅÇÉÑÖÜáàâäãåëìîïñóòúù†°¢§•¶ß®™≠ÆØ·‚„‰ÊËÈÍÎÏÌÒÚÛˆ˜¯˘˙˚
-
- become after conversion:
-
- Çüéâäàåçêëèïîæôöòûùÿ£¥áíóñѪº¿¬¡«»ß∏π∑µØøΩ∂∞ø±≥≤÷≈°•·√
-
-
- Why? For example, 'Ç' is ASCII(128) on DOS and ASCII(130) on the Mac. If you read ASCII(128) on the Mac, you will see a 'Ä'.
-
-
- •• Other characters match as much as possible:
-
- 'Œ' -> 'OE'
- '©' -> '(c)'
- 'Ä' -> 'Ae'
- '…' (single char with three dots, obtained by <option><;> on US keyboard) -> '...' (three char dot)
-
-